'Declaration
Public Overloads Function SetValue(Of T)( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal values(,) As T _ ) As Boolean
Parameters
- row
- Row index of the start of the range of cells
- column
- Column index of the start of the range of cells
- values
- Two-dimensional object array[row,column] that contains the values
Type Parameters
- T